3.1849 \(\int \frac {1}{a+\frac {b}{x^2}} \, dx\)

Optimal. Leaf size=31 \[ \frac {x}{a}-\frac {\sqrt {b} \tan ^{-1}\left (\frac {\sqrt {a} x}{\sqrt {b}}\right )}{a^{3/2}} \]

[Out]

x/a-arctan(x*a^(1/2)/b^(1/2))*b^(1/2)/a^(3/2)

________________________________________________________________________________________

Rubi [A]  time = 0.01, antiderivative size = 31, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 3, integrand size = 9, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.333, Rules used = {193, 321, 205} \[ \frac {x}{a}-\frac {\sqrt {b} \tan ^{-1}\left (\frac {\sqrt {a} x}{\sqrt {b}}\right )}{a^{3/2}} \]

Antiderivative was successfully verified.

[In]

Int[(a + b/x^2)^(-1),x]

[Out]

x/a - (Sqrt[b]*ArcTan[(Sqrt[a]*x)/Sqrt[b]])/a^(3/2)

Rule 193

Int[((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Int[x^(n*p)*(b + a/x^n)^p, x] /; FreeQ[{a, b}, x] && LtQ[n, 0]
 && IntegerQ[p]

Rule 205

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(Rt[a/b, 2]*ArcTan[x/Rt[a/b, 2]])/a, x] /; FreeQ[{a, b}, x]
&& PosQ[a/b]

Rule 321

Int[((c_.)*(x_))^(m_)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Simp[(c^(n - 1)*(c*x)^(m - n + 1)*(a + b*x^n
)^(p + 1))/(b*(m + n*p + 1)), x] - Dist[(a*c^n*(m - n + 1))/(b*(m + n*p + 1)), Int[(c*x)^(m - n)*(a + b*x^n)^p
, x], x] /; FreeQ[{a, b, c, p}, x] && IGtQ[n, 0] && GtQ[m, n - 1] && NeQ[m + n*p + 1, 0] && IntBinomialQ[a, b,
 c, n, m, p, x]

Rubi steps

\begin {align*} \int \frac {1}{a+\frac {b}{x^2}} \, dx &=\int \frac {x^2}{b+a x^2} \, dx\\ &=\frac {x}{a}-\frac {b \int \frac {1}{b+a x^2} \, dx}{a}\\ &=\frac {x}{a}-\frac {\sqrt {b} \tan ^{-1}\left (\frac {\sqrt {a} x}{\sqrt {b}}\right )}{a^{3/2}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.01, size = 31, normalized size = 1.00 \[ \frac {x}{a}-\frac {\sqrt {b} \tan ^{-1}\left (\frac {\sqrt {a} x}{\sqrt {b}}\right )}{a^{3/2}} \]

Antiderivative was successfully verified.

[In]

Integrate[(a + b/x^2)^(-1),x]

[Out]

x/a - (Sqrt[b]*ArcTan[(Sqrt[a]*x)/Sqrt[b]])/a^(3/2)

________________________________________________________________________________________

fricas [A]  time = 0.76, size = 82, normalized size = 2.65 \[ \left [\frac {\sqrt {-\frac {b}{a}} \log \left (\frac {a x^{2} - 2 \, a x \sqrt {-\frac {b}{a}} - b}{a x^{2} + b}\right ) + 2 \, x}{2 \, a}, -\frac {\sqrt {\frac {b}{a}} \arctan \left (\frac {a x \sqrt {\frac {b}{a}}}{b}\right ) - x}{a}\right ] \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(a+b/x^2),x, algorithm="fricas")

[Out]

[1/2*(sqrt(-b/a)*log((a*x^2 - 2*a*x*sqrt(-b/a) - b)/(a*x^2 + b)) + 2*x)/a, -(sqrt(b/a)*arctan(a*x*sqrt(b/a)/b)
 - x)/a]

________________________________________________________________________________________

giac [A]  time = 0.15, size = 26, normalized size = 0.84 \[ -\frac {b \arctan \left (\frac {a x}{\sqrt {a b}}\right )}{\sqrt {a b} a} + \frac {x}{a} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(a+b/x^2),x, algorithm="giac")

[Out]

-b*arctan(a*x/sqrt(a*b))/(sqrt(a*b)*a) + x/a

________________________________________________________________________________________

maple [A]  time = 0.00, size = 27, normalized size = 0.87 \[ -\frac {b \arctan \left (\frac {a x}{\sqrt {a b}}\right )}{\sqrt {a b}\, a}+\frac {x}{a} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(a+b/x^2),x)

[Out]

1/a*x-1/a*b/(a*b)^(1/2)*arctan(1/(a*b)^(1/2)*a*x)

________________________________________________________________________________________

maxima [A]  time = 1.93, size = 26, normalized size = 0.84 \[ -\frac {b \arctan \left (\frac {a x}{\sqrt {a b}}\right )}{\sqrt {a b} a} + \frac {x}{a} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(a+b/x^2),x, algorithm="maxima")

[Out]

-b*arctan(a*x/sqrt(a*b))/(sqrt(a*b)*a) + x/a

________________________________________________________________________________________

mupad [B]  time = 1.09, size = 23, normalized size = 0.74 \[ \frac {x}{a}-\frac {\sqrt {b}\,\mathrm {atan}\left (\frac {\sqrt {a}\,x}{\sqrt {b}}\right )}{a^{3/2}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(a + b/x^2),x)

[Out]

x/a - (b^(1/2)*atan((a^(1/2)*x)/b^(1/2)))/a^(3/2)

________________________________________________________________________________________

sympy [B]  time = 0.16, size = 56, normalized size = 1.81 \[ \frac {\sqrt {- \frac {b}{a^{3}}} \log {\left (- a \sqrt {- \frac {b}{a^{3}}} + x \right )}}{2} - \frac {\sqrt {- \frac {b}{a^{3}}} \log {\left (a \sqrt {- \frac {b}{a^{3}}} + x \right )}}{2} + \frac {x}{a} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(a+b/x**2),x)

[Out]

sqrt(-b/a**3)*log(-a*sqrt(-b/a**3) + x)/2 - sqrt(-b/a**3)*log(a*sqrt(-b/a**3) + x)/2 + x/a

________________________________________________________________________________________